*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#wrap{
	width:1228px;height:auto;
	overflow:hidden;
	margin:0px auto;
}
#wrap ul li .a1 img{
	width: 287px;
	height: 220px;
}
#wrap ul li{
	list-style: none;
	position: relative;
	width:287px;height:218px;
	overflow:hidden;
	float:left;
	margin:0px 10px;
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 287px; height: 40px;line-height:40px;
	text-align:center;
	color: #666;font-size: 16px;
	background: #fafafa;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-287PX;
	width: 287px;
	height: 220px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width: 287px;
	text-align: center;
	position: absolute;
	top: 35px;
	left:-287px;
	color: #ffe605;
	font-size: 18px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
	width: 287px;
	padding: 0 10px;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 45px;
	left:-287px;
	margin: 30px  0 10px;
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left: 90px;
	width: 103px;
	height: 30px;
	line-height: 28px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}
    

